DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1ScopedDataCollection<T> Class / Item Property
The index.

In This Topic
    Item Property (C1ScopedDataCollection<T>)
    In This Topic
    Gets the element at the specified index in the read-only list.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As T
    public virtual T this[ 
       int index
    ]; {get;}

    Parameters

    index
    The index.

    Property Value

    The item at the specified position.
    See Also